home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / pc / uzr3d_mac_demo-1_4 Folder / Uzr3d Demo.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-04-23  |  1.4 KB  |  56 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>u3d</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>u3d.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>UZR 3D Project</string>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Editor</string>
  20.         </dict>
  21.         <dict>
  22.             <key>CFBundleTypeExtensions</key>
  23.             <array>
  24.                 <string>uzr</string>
  25.             </array>
  26.             <key>CFBundleTypeIconFile</key>
  27.             <string>uzr.icns</string>
  28.             <key>CFBundleTypeName</key>
  29.             <string>UZR Web3d Object</string>
  30.             <key>CFBundleTypeRole</key>
  31.             <string>None</string>
  32.         </dict>
  33.     </array>
  34.     <key>CFBundleExecutable</key>
  35.     <string>uzr3d</string>
  36.     <key>CFBundleGetInfoString</key>
  37.     <string>Uzr3d</string>
  38.     <key>CFBundleIconFile</key>
  39.     <string>uzr3d.icns</string>
  40.     <key>CFBundleIdentifier</key>
  41.     <string>de.uzr.uzr3d</string>
  42.     <key>CFBundleInfoDictionaryVersion</key>
  43.     <string>6.0</string>
  44.     <key>CFBundleName</key>
  45.     <string>Uzr3d</string>
  46.     <key>CFBundlePackageType</key>
  47.     <string>APPL</string>
  48.     <key>CFBundleShortVersionString</key>
  49.     <string>1.4</string>
  50.     <key>CFBundleSignature</key>
  51.     <string>u3d</string>
  52.     <key>CFBundleVersion</key>
  53.     <string>1.4.0</string>
  54. </dict>
  55. </plist>
  56.